home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 16870 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.7 KB

  1. Path: yale.edu!not-for-mail
  2. From: labtek@cs.yale.edu (Tom Griest)
  3. Newsgroups: comp.lang.ada,comp.lang.c,comp.lang.c++,comp.edu
  4. Subject: Re: ANSI C and POSIX (was Re: C/C++ knocks the crap out of Ada)
  5. Date: 12 Apr 1996 10:22:35 -0400
  6. Organization: Yale University Computer Science Dept., New Haven, CT 06520-2158
  7. Message-ID: <4klovbINNjv4@RA.DEPT.CS.YALE.EDU>
  8. References: <dewar.828757752@schonberg> <4kkbk7$hv8@nntp.Stanford.EDU> <4kkru5INN71j@keats.ugrad.cs.ubc.ca>
  9. NNTP-Posting-Host: dept-gw.cs.yale.edu
  10.  
  11. In article <4kkru5INN71j@keats.ugrad.cs.ubc.ca> c2a192@ugrad.cs.ubc.ca (Kazimir Kylheku) writes:
  12. >In article <4kkbk7$hv8@nntp.Stanford.EDU>,
  13. >Chuck Karish <karish@pangea.Stanford.EDU> wrote:
  14. >>In article <dewar.828757752@schonberg>, Robert Dewar <dewar@cs.nyu.edu> wrote:
  15. >>>"You know, POSIX, Spec 1170, X/Open, that kind of stuff.  POSIX is the one the
  16. >>>US govt. will not use Win NT because of, because it doesn't match the spec
  17. >>>they've selected."
  18. >>
  19. >>Incorrect premise: Windows NT does conform to POSIX.1 and the
  20. >>US Government does buy it as a FIPS 151-2 conforming system.
  21. >
  22. >It does? You mean under NT, I could, say, disable the console echo by making
  23. >suitable changes to a ``struct termios'', and pass it to tcsetattr()?
  24. >Or send a SIGTSTP signal to the foreground process group from the controlling
  25. >terminal? Wow...
  26.  
  27. I know the Government is buying NT in quantity.  Although I
  28. have not personally used either of these two Posix features on NT, both
  29. are documented in the SDK under the Posix directory.  
  30. The major problem with Posix on NT is that you don't get Posix
  31. functionality and windows funtionality in the same process.
  32. But as far as running Posix applications, my limited experience 
  33. is that they do work fine.
  34.  
  35. -Tom
  36.